home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 23 / 1 / DISK2314.ZIP / README.DOC < prev   
Text File  |  1990-10-26  |  2KB  |  42 lines

  1. LE_C - C Library Functions - Version 1.0
  2.  
  3. FILE            DESCRIPTION
  4. --------------  -----------------------------------------------
  5. LE_C.LIB        LE_C Object Code Library for Linking C Programs
  6. LE_C.H          LE_C Header File
  7. LE_C.MAN        LE_C Manual
  8. LE_DEMO.EXE     LE_C Demo Program - Type LE_DEMO to execute
  9. LE_DEMO.HLP     LE_C Demo Program Help File
  10. LE_C.ZIP        All of the above files compressed using PKZIP
  11.  
  12.  
  13. GENERAL DESCRIPTION
  14. -------------------
  15.  
  16. The LE_C Library is a comprehensive set of C run-time functions
  17. that allows you to easily create programs that implement many of
  18. today's standard user interfaces.  LE_C contains routines for
  19. menus, box menus, data entry, help facility, border drawing
  20. (including exploding boxes), line drawing, and much, much more. 
  21. Most of the LE_C functions write directly to the video memory
  22. page -- giving you fast screens.
  23.  
  24. What makes LE_C unique is its integrated help facility functions. 
  25. LE_C allows you to create a very useful help facility with a
  26. minimum of fuss.  All of the menu and input functions of LE_C
  27. support help screens.  In addition, you can specify help screens
  28. unique to each menu selection.  Plus, LE_C will allow the user to
  29. move the help window within the screen.
  30.  
  31. LE_C also allows you to specify up to 40 special function keys
  32. (e.g. Ctrl-F1, Ctrl-End, etc.) for use with the menu and input
  33. functions.  These 40 keys are in addition to the pre-defined
  34. commonly used function keys.
  35.  
  36. Extra Bonus!  All registered users will receive the screen
  37. painter & code generator.  The screen painter & code generator
  38. allows you to create screens complete with boxes and lines.  This
  39. utility will then generate LE_C function calls for the desired
  40. screen.
  41.  
  42.